home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / gotham_dark_night.swf / scripts / DefineButton2_309 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2008-09-08  |  96 b   |  5 lines

  1. on(release){
  2.    _root.sounds.startsound("buttonDown");
  3.    gotoAndStop(_currentframe + 1);
  4. }
  5.